home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / prog_gen / janusw.zip / COMPILE.BAT next >
DOS Batch File  |  1994-05-16  |  692b  |  22 lines

  1. @Echo Off
  2. Echo Compiling JanusW and demo files...
  3. brcc -31 DlgTest.Rc
  4. brcc -31 MinMdi.Rc
  5. brcc -31 VbxDemo.Rc
  6. brcc -31 VbxDemo2.Rc
  7. bpc -CW -B DlgTest.Pas
  8. bpc -CW -m MinMdi.Pas
  9. bpc -CW -m VbxInfo.Pas
  10. bpc -CW -m VbxDemo.Pas
  11. if exist ThreeD.Pas bpc -CW -m VbxDemo2.Pas
  12. if exist ThreeD.Pas Goto Done
  13.  
  14. Echo ---------------------------------------------------------------------
  15. Echo To compile the demo program VbxDemo2, you have to
  16. Echo start Windows, execute VbxInfo and generate ThreeD.Pas and Grid.Pas
  17. Echo from THREED.VBX and GRID.VBX, then restart this batch file to compile
  18. Echo VbxDemo2.
  19. Echo ---------------------------------------------------------------------
  20.  
  21. :Done
  22.